.about-all h3 {
	font-size: 35px;
	color: var;
	color: var(--sixth-color);
	/* font-family: "poppins-semibold"; */
	padding-bottom: 12px;
	font-family: "gtwm";
	font-weight: 700;
}
.about-all p {
	font-size: 14px;
	/* font-family: 'poppins-regular'; */
	font-family: "gtwm";
}
.about-img img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #0000003d;
}
.about-sec .row {
	display: flex;
	align-items: center;
}
.about-sec {
	padding: 70px 0px;
	position: relative;
}
/* Begin of Best Product Section */
.best-product-all {
    /* background-color: var(--first-color); */
    border-radius: 20px;
    padding: 50px;
    background: #619700;
}
.best-pro-all h4 {
    font-size: 40px;
    color: #fff;
    /* font-family: 'poppins-semibold'; */
    text-transform: capitalize;
    font-family: "gtwm";
}
.best-pro-all p {
    font-size: 14px;
    color: #fff;
    /* font-family: 'poppins-regular'; */
    font-family: "gtwm";
}
.best-pro-all {
    text-align: center;
}
.all-help-customer h4 {
    font-size: 34px;
    color: var(--first-color);
    font-family: "gtwm";
}
.all-help-customer p {
    font-size: 15px;
    color: var(--second-color);
    font-family: "gtwm";
}
.help-customer-sec {
    padding: 70px 0px;
}
.all-help-customer {
    box-shadow: 0px 4px 20px #0000002b;
    padding: 50px;
    border-radius: 20px;
}
/* ================ */

/* Begin of Responsive Section */
